public IEnumerable<NodeType> GetChildrenForNode( NodeType nodedata )
Parameters
- nodedata
Return Value
an IEnumerable of child node data; an empty sequence if there are none
public IEnumerable<NodeType> GetChildrenForNode( NodeType nodedata )
This is used for model navigation and graph traversal. It is the same as GetToNodesForNode.